home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / net / tf02.lha / TinyFugue / tf-lib / rwho.tf < prev    next >
Text File  |  1995-08-12  |  927b  |  25 lines

  1. ;;;; rwho - remote who
  2. ;;; syntax:  /rwho
  3. ;;;          /rwho name=<playername>
  4. ;;;          /rwho mud=<mudname>
  5. ;;; Gets a remote WHO list from a mudwho server.  The first form gives a
  6. ;;; complete list, the other forms give partial lists.  Due to the short
  7. ;;; timeout of the mudwho server, sometimes the complete list is sent
  8. ;;; even if the second or third format is used (send complaints to the
  9. ;;; author or maintainer of the mudwho server, not to me).
  10.  
  11. ;;; Make sure you /load rwho.tf _after_ you define your worlds, or rwho
  12. ;;; will be the default world.
  13.  
  14. /~loaded rwho.tf
  15.  
  16. ;; This site is current as of November 1993, but is subject to change.
  17. /addworld rwho riemann.math.okstate.edu 6889
  18.  
  19. /def -i rwho = \
  20.     /def -iF1 -msimple -h'connect rwho' ~connect_rwho = \
  21.         /send -wrwho - %*%%; \
  22.         /def -iF1 -msimple -h'disconnect rwho' ~disconnect_rwho = \
  23.             /fg -s ${world_name}%; \
  24.     /connect rwho
  25.